1
From Real-World Confusion to Mathematical Modeling: Exploring the Origin of Systems of Two Linear Equations
MATH701B-PEP-CNLesson 4
00:00
Condition A:Population BalanceCondition B:Value Balance=
Imagine you're standing at a theater entrance, holding a stack of cash, facing two types of tickets with different prices. If you only know that 35 tickets were bought in total, you can't determine how many of each type were purchased—this state is mathematically 'undetermined.' Only when you simultaneously consider both the total number of tickets and the total amount spent as independent constraints does the truth emerge. This transition from vague possibilities to a precise, unique solution is precisely the essence of modeling systems of two linear equations.

The Bridge from Language to Algebra

In the first semester of seventh grade, we learned to describe the world using one letter (univariate). But real life is often multidimensional. When two interdependent yet fundamentally different quantities exist, introducing two variables $x$ and $y$ makes thinking remarkably clear.

Step 1: Define Variables

In the 'ticket dilemma,' we let $x$ represent the number of Type A tickets purchased and $y$ the number of Type B tickets. These two variables form our coordinate system for exploration.

Step 2: Identify Dual Equalities

1. Quantity Relation: $x + y = 35$ (the sum of both ticket types equals the total number of people)

2. Economic Relation: $24x + 18y = 750$ (the sum of the total cost of Type A and Type B tickets equals the total expenditure)

Step 3: Combine into a System

Combine these two equations using braces to form the system $\begin{cases} x+y=35 \\ 24x+18y=750 \end{cases}$. This means we seek an ordered pair $(x, y)$ that simultaneously 'balances' both equations on the scale.

🎯 Core Modeling Principle
Modeling isn’t about calculation—it’s about ‘translation.’ Identify the two key nouns in the problem and assign them as variables; then translate the two verb-based descriptions of their relationship into two equations. As long as the constraints are sufficient and independent, the system will always lock onto a single, unique truth.